github.com/go-faster/jx.Decoder.incDepth (method)

7 uses

	github.com/go-faster/jx (current package)
		dec_arr.go#L44: 	if err := d.incDepth(); err != nil {
		dec_arr_iter.go#L20: 	if err := d.incDepth(); err != nil {
		dec_depth.go#L10: func (d *Decoder) incDepth() error {
		dec_obj.go#L17: 	if err := d.incDepth(); err != nil {
		dec_obj_iter.go#L20: 	if err := d.incDepth(); err != nil {
		dec_skip.go#L379: 	if err := d.incDepth(); err != nil {
		dec_skip.go#L428: 	if err := d.incDepth(); err != nil {